Some components of Publisher must be installed on the SharePoint server from which documents will be published to the destination system. The components are provided as a solution package that is installed using a Windows PowerShell script. Therefore, PowerShell must be installed if it is not included with the installed version of Windows.
Note After installation, the solution package will be visible on all sites of the same SharePoint farm but will only work on the site that is specified in the deployment script or typed manually during deployment.
Before you begin
Install the Microsoft SharePoint solution component as described in Installing Meridian Enterprise Server.
To install components on a SharePoint server:
Copy the following files from the Meridian Enterprise Server computer to the same location on SharePoint server:
C:\Program Files\BC-Meridian\Enterprise Server\BlueCieloECM.Publisher.SharePointUI.wsp C:\Program Files\BC-Meridian\Enterprise Server\BlueCieloECM.Publisher.SharePointUI_Deploy.ps1 C:\Program Files\BC-Meridian\Enterprise Server\BlueCieloECM.Publisher.SharePointUI_Remove.ps1
By default, when the solution package is deployed, you will be prompted for the name of the SharePoint site collection where you want to deploy it.
Alternatively, you can modify the script to specify the site collection URL instead:
Deploy the solution package by running the deployment script using the following command:
.\BlueCieloECM.Publisher.SharePointUI_Deploy.ps1.
Open the SharePoint site where you deployed the solution package. The Home page appears.
On the Site Actions menu, select Site Settings. The Site Settings page appears.
In the Site Collection Administration column, click Site collection features . The Site Collection Features page appears.
Confirm that BlueCieloECM.Publisher.SharePointUI is listed.
If the Status column does not contain Active, click Activate.
To remove the components from a SharePoint server:
Remove the solution package by running the removal script using the following command:
.\BlueCieloECM.Publisher.SharePointUI_Remove.ps1.